home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / comm / fido / FQUERY.lha / DOCS / FQ.keyfile < prev    next >
Text File  |  1995-03-17  |  2KB  |  47 lines

  1.   How to get it:
  2.  
  3.     First you must be sure that FQuery WORKS for you.  The unregistered
  4.   version  does EVERTHING except create outgoing packets.  The outbound
  5.   response  messages are displayed in the CLI instead.  You may capture
  6.   these  to  a  file  and examine them to be sure that the messages are
  7.   proper.
  8.  
  9.     You  can  also use the TEST function to test various queries and be
  10.   sure that your filelist is in the expected format to produce properly
  11.   formatted response messages.
  12.  
  13.     FQuery  expects that  file entries in your filelist start in column
  14.   2,  in  other words, each filename is preceeded with a space.  FQuery
  15.   will treat ALL text lines that are preceeded with a single space as a
  16.   file  entry.   It will ignore lines that have a character in column 1
  17.   or  are not description continuation lines as defined by the DESC_NUM
  18.   and DESC_COL entries in your config.
  19.  
  20.     The utility FQCheckList can be used to scan your filelist.  It will
  21.   output  some statistics with which you may determine if your filelist
  22.   is  compliant  with  FQuery  requirements.  It takes as arguments the
  23.   fullpathname   of  your  filelist,  the  start  column  of  the  file
  24.   description and the word number in the line of the description.
  25.  
  26.     Another  method  to  test  for  filelist compliance is to issue the
  27.   commands:
  28.  
  29.         SetEnv FQSEARCH DESC_COL,DESC_NUM ;use the actual values
  30.                                           ;not the variable names    
  31.         FQsearch FullPathNameOfFileList #? -f
  32.  
  33.    The output should display all the file entries from your filelist,
  34.   properly formatted.
  35.       
  36.     IF  you  find FQuery meets your needs, request a keyfile via ROUTED
  37.   or crash netmail, including your TESTED configuration in the message.
  38.   If you are accepted as a user, you will be notifed by ROUTED netmail.
  39.   Your  keyfile  will be placed on hold for you in an archive with your
  40.   name.
  41.  
  42.     Whenever  the  source  is  changed  a  new  FQuery  archive will be
  43.   created,  containing  the  current  version.   Updated  archives  are
  44.   automatically  placed  on  hold  and  a  netmail message sent to each
  45.   registered user.
  46.  
  47.